home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 September / PCWorld_2007-09_cd.bin / v cisle / autounbreak / aubrk101.exe / Readme.txt < prev   
Text File  |  2006-02-15  |  6KB  |  176 lines

  1. AutoUnbreak v1.01
  2. Freeware
  3. Copyright (C) 2006 by HollmΘn Digital
  4. ------------------------------------------------------------
  5.  
  6.  
  7. TABLE OF CONTENTS
  8. ~~~~~~~~~~~~~~~~~
  9.  
  10. 1. INTRODUCTION
  11. 2. REQUIREMENTS
  12. 3. INSTALLATION & REMOVAL
  13. 4. CHANGE LOG
  14. 5. LICENSE
  15. 6. CONTACT US
  16.  
  17.  
  18.  
  19. 1. INTRODUCTION
  20. ============================================================
  21. AutoUnbreak removes line breaks from formatted (or plain)
  22. text input. This is useful if you want to reformat a text 
  23. document, where lines have been cut short, e.g. when copying
  24. text from an Adobe PDF file to a word processor. Thus, the 
  25. program removes any extraneous lines. 
  26.  
  27. AutoUnbreak was designed to remove these carriage returns/
  28. line breaks in a smart manner. For instance it will try to 
  29. reconstruct any hyphenated words, and it will not merge
  30.  
  31. lines if they e.g. are a part of a numbered or bulleted 
  32. list.
  33.  
  34. AutoUnbreak is customizable, and you can change its "rules"
  35. by altering the plain text files "merge.set" and
  36. "exceptions.set" to fit your needs.
  37.  
  38. The program gets its input from the clipboard, and should
  39.  
  40. retain any (text) formatting.
  41.  
  42.  
  43. Notes:
  44. ------
  45. - You can unbreak a maximum of 65500 characters at a time.
  46.  
  47. - AutoUnbreak will probably work fine, even if you don't 
  48. customize your settings. If you do customize your settings,
  49. be sure to make a backup of "merge.set" and 
  50. "exceptions.set".
  51.  
  52.  
  53. - AutoUnbreak will only take input from the clipboard. It
  54. will not load any files.
  55. - AutoUnbreak should be able to unbreak almost any 
  56. formatted text or unformatted text.
  57.  
  58.  
  59. Customizing rules:
  60. ------------------
  61. To customize AutoUnbreak's rules, you should open 
  62. "merge.set" and "exceptions.set" in a plain text editor
  63. (like Windows Notepad).
  64.  
  65. "Merge.set" denotes which lines to merge. In this file, you
  66. simply specify which characters shouldn't be allowed to
  67. lead a line of text (i.e. which characters cannot be 
  68. "prefixes"). 
  69. The result is, that any line beginning with 
  70. such a character, will be merged with the previous line.
  71.   "Merge.set" should be saved in plain text format, but
  72. retaining the ".set" file name extension. The file itself
  73. should consist of a list of SINGLE characters. There should
  74. be no blank lines. The first line of "merge.set" is ignored 
  75. by AutoUnbreak.
  76.  
  77. "Exceptions.set" lays down the exceptions to the rules in
  78. "merge.set". Every line in the exceptions file may contain
  79. a string of characters. If this string is found at the 
  80. beginning of a line, that line will not be merged with the
  81. previous one. If the string is found at the end of the
  82. previous line, that line will not be merged with the
  83. following line.
  84.   "Exceptions.set" should be saved in plain text format, 
  85. but retaining the ".set" file name extension. The file 
  86. itself consists of a list of SINGLE characters and/or
  87. strings of characters/words. 
  88.   Among other things, "exceptions.set" is useful for 
  89. preventing numbered lists etc. from being merged.
  90.  
  91.  
  92. 2. REQUIREMENTS
  93. ============================================================
  94.  
  95. OS: Windows 95/98/ME/XP/NT/2000
  96. Disk space: 260 KB
  97.  
  98.  
  99.  
  100. 3. INSTALLATION & REMOVAL
  101. ============================================================
  102. No installation or removal procedures are required. The
  103. program does not use any DLLs and does not read/write to
  104. the system registry.
  105.  
  106. To install, simply unzip the distributed zip file, and run
  107. the "AutoUnbreak.exe" program. To unzip the compressed zip 
  108. file, you may need a program like IZarc (freeware) or WinZip
  109. (Shareware).
  110.  
  111. To uninstall, just delete all files that were initially
  112. installed, when extracting the zip file (all files are
  113. located within the same folder).
  114.  
  115.  
  116.  
  117. 4. CHANGE LOG
  118. ============================================================
  119.  
  120. AutoUnbreak 1.01 (February 15, 2006)
  121. - First public release
  122.  
  123.  
  124.  
  125. 5. LICENSE
  126. ============================================================
  127.  
  128. LICENSE AGREEMENT
  129. You should carefully read the following terms and 
  130. conditions before installing and/or using the 
  131. software. By installing and/or using this software 
  132. you indicate that you accept the license agreement.
  133.  
  134. LICENSE
  135. HollmΘn Digital grants you a non-exclusive, non-
  136. transferable license to copy the software for your 
  137. personal or commercial use and for freeware 
  138. distribution. 
  139.  
  140. NO PERMISSION FROM HollmΘn Digital IS NECESSARY TO 
  141. INCLUDE THIS SOFTWARE ON CD-ROM OR ANY OTHER MEDIA 
  142. ACCOMPANYING ANY MAGAZINE, BOOK OR OTHER PUBLICATION.
  143.  
  144. COPYRIGHT
  145. The software is protected by international copyright 
  146. laws and international treaty provisions. Any use of 
  147. the software name is strictly prohibited without the 
  148. written permission of HollmΘn Digital.
  149.  
  150. The software, including its code, appearance, 
  151. structure, design and documentation is an exclusive 
  152. product of HollmΘn Digital, who permanently preserves 
  153. all property rights to the software product or its 
  154. copies, modifications or merged parts.
  155.  
  156. RESTRICTIONS
  157. You may not modify, decompile, disassemble or reverse 
  158. engineer the software. You may not rent, lease or lend 
  159. the software.
  160.  
  161. NO WARRANTIES
  162. SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY WARRANTY 
  163. AS TO MERCHANTABILITY OR FITNESS FOR A PARTICULAR 
  164. PURPOSE OR ANY OTHER WARRANTIES EITHER EXPRESSED OR 
  165. IMPLIED. HollmΘn Digital WILL NOT BE LIABLE FOR DATA 
  166. LOSS, DAMAGES, LOSS OF PROFITS OR ANY OTHER KIND OF LOSS 
  167. WHILE USING OR MISUSING THIS SOFTWARE.
  168.  
  169.  
  170.  
  171. 6. CONTACT US
  172. ============================================================
  173.  
  174. Website: http://digital.hollmen.dk
  175.  
  176. See the website for email and other contact information.